From: Maxim Storchak Date: Tue, 18 Mar 2025 16:03:46 +0000 (+0200) Subject: htop: tell which variant of ncurses to look for X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=dc0b480a73b7f2386f3336f57af219359a84fcea;p=feed%2Fpackages.git htop: tell which variant of ncurses to look for Signed-off-by: Maxim Storchak --- diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 118531643e..8a53fb5dd3 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop PKG_VERSION:=3.4.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)? @@ -63,7 +63,8 @@ CONFIGURE_ARGS += \ --disable-delayacct \ --disable-unicode \ --disable-unwind \ - --disable-hwloc + --disable-hwloc \ + --with-curses=ncursesw CONFIGURE_VARS += \ ac_cv_file__proc_stat=yes \